﻿2026-07-08T22:49:01.9027507Z Current runner version: '2.335.1'
2026-07-08T22:49:01.9032401Z Runner name: 'hfenduleam'
2026-07-08T22:49:01.9032852Z Runner group name: 'Default'
2026-07-08T22:49:01.9033330Z Machine name: 'HFENDULEAM'
2026-07-08T22:49:01.9035355Z ##[group]GITHUB_TOKEN Permissions
2026-07-08T22:49:01.9036785Z Contents: read
2026-07-08T22:49:01.9037118Z Metadata: read
2026-07-08T22:49:01.9037404Z Packages: read
2026-07-08T22:49:01.9037752Z ##[endgroup]
2026-07-08T22:49:01.9039009Z Secret source: Actions
2026-07-08T22:49:01.9039432Z Prepare workflow directory
2026-07-08T22:49:01.9445100Z Prepare all required actions
2026-07-08T22:49:01.9477229Z Getting action download info
2026-07-08T22:49:02.2681820Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-07-08T22:49:02.8949655Z Complete job name: n1-gate (self-hosted, Windows, hfenduleam)
2026-07-08T22:49:02.9690447Z ##[group]Run Get-Process spt,notify-shell -ErrorAction SilentlyContinue |
2026-07-08T22:49:02.9691855Z [36;1mGet-Process spt,notify-shell -ErrorAction SilentlyContinue |[0m
2026-07-08T22:49:02.9692799Z [36;1m  Where-Object { $_.Path -like "$env:GITHUB_WORKSPACE\*" } |[0m
2026-07-08T22:49:02.9693716Z [36;1m  Stop-Process -Force -ErrorAction SilentlyContinue[0m
2026-07-08T22:49:02.9694425Z [36;1mexit 0[0m
2026-07-08T22:49:02.9762213Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-08T22:49:02.9762859Z ##[endgroup]
2026-07-08T22:49:03.8515181Z ##[group]Run actions/checkout@v5
2026-07-08T22:49:03.8515714Z with:
2026-07-08T22:49:03.8516044Z   fetch-depth: 0
2026-07-08T22:49:03.8516427Z   repository: SaberMage/spt-core
2026-07-08T22:49:03.8519160Z   token: ***
2026-07-08T22:49:03.8519494Z   ssh-strict: true
2026-07-08T22:49:03.8519832Z   ssh-user: git
2026-07-08T22:49:03.8520214Z   persist-credentials: true
2026-07-08T22:49:03.8520622Z   clean: true
2026-07-08T22:49:03.8520942Z   sparse-checkout-cone-mode: true
2026-07-08T22:49:03.8521343Z   fetch-tags: false
2026-07-08T22:49:03.8521695Z   show-progress: true
2026-07-08T22:49:03.8522022Z   lfs: false
2026-07-08T22:49:03.8522353Z   submodules: false
2026-07-08T22:49:03.8522880Z   set-safe-directory: true
2026-07-08T22:49:03.8523915Z ##[endgroup]
2026-07-08T22:49:04.1483198Z Syncing repository: SaberMage/spt-core
2026-07-08T22:49:04.1484396Z ##[group]Getting Git version info
2026-07-08T22:49:04.1485030Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-08T22:49:04.1758493Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-08T22:49:04.1975645Z git version 2.43.0.windows.1
2026-07-08T22:49:04.2000084Z ##[endgroup]
2026-07-08T22:49:04.2008338Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\29799498-b867-4953-8b35-fe1bea8a529a\.gitconfig'
2026-07-08T22:49:04.2024422Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\29799498-b867-4953-8b35-fe1bea8a529a' before making global git config changes
2026-07-08T22:49:04.2026235Z Adding repository directory to the temporary git global config as a safe directory
2026-07-08T22:49:04.2031588Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-08T22:49:04.3491837Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-08T22:49:04.7178574Z https://github.com/SaberMage/spt-core
2026-07-08T22:49:04.7206125Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-08T22:49:04.7211012Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-08T22:49:04.9863490Z HEAD
2026-07-08T22:49:05.3584091Z ##[endgroup]
2026-07-08T22:49:05.3587025Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-08T22:49:06.1325819Z ##[group]Cleaning the repository
2026-07-08T22:49:06.1330730Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-08T22:49:11.9258308Z Removing target/
2026-07-08T22:49:11.9296286Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-08T22:49:12.0744611Z HEAD is now at e9ac0c0 Merge a05d4ff67e1544aa66b31642f325746975f64673 into 0f0bc6e75d00363bda0b4dfdd9eb63e96424ee7b
2026-07-08T22:49:12.0768284Z ##[endgroup]
2026-07-08T22:49:12.0773272Z ##[group]Disabling automatic garbage collection
2026-07-08T22:49:12.0778803Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-08T22:49:12.1042053Z ##[endgroup]
2026-07-08T22:49:12.1042461Z ##[group]Setting up auth
2026-07-08T22:49:12.1048921Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-08T22:49:12.1326554Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-08T22:49:12.8120898Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-08T22:49:12.8368667Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-08T22:49:13.5061104Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-08T22:49:13.5295895Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-08T22:49:14.2024848Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-08T22:49:14.2342535Z ##[endgroup]
2026-07-08T22:49:14.2342961Z ##[group]Fetching the repository
2026-07-08T22:49:14.2353275Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +e9ac0c08df00198101ab070db5c7d9288a2cf5a2:refs/remotes/pull/61/merge
2026-07-08T22:49:15.0881651Z From https://github.com/SaberMage/spt-core
2026-07-08T22:49:15.0882153Z  * [new branch]      feat/musl-w1-platform-registry -> origin/feat/musl-w1-platform-registry
2026-07-08T22:49:15.1011587Z ##[endgroup]
2026-07-08T22:49:15.1012014Z ##[group]Determining the checkout info
2026-07-08T22:49:15.1012599Z ##[endgroup]
2026-07-08T22:49:15.1018054Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-08T22:49:15.1343034Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-08T22:49:15.2732280Z ##[group]Checking out the ref
2026-07-08T22:49:15.2737881Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/61/merge
2026-07-08T22:49:15.3132598Z HEAD is now at e9ac0c0 Merge a05d4ff67e1544aa66b31642f325746975f64673 into 0f0bc6e75d00363bda0b4dfdd9eb63e96424ee7b
2026-07-08T22:49:15.3155712Z ##[endgroup]
2026-07-08T22:49:15.3424522Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-08T22:49:15.3658770Z e9ac0c08df00198101ab070db5c7d9288a2cf5a2
2026-07-08T22:49:15.4900900Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-08T22:49:15.4901392Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-08T22:49:15.4901724Z [36;1m$PIN = "0c95435"[0m
2026-07-08T22:49:15.4901970Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-08T22:49:15.4902237Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-08T22:49:15.4902585Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-08T22:49:15.4902958Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-08T22:49:15.4903257Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-08T22:49:15.4903532Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-08T22:49:15.4904546Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-08T22:49:15.4904829Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-08T22:49:15.4905189Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-08T22:49:15.4905400Z [36;1m}[0m
2026-07-08T22:49:15.4905548Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-08T22:49:15.4905801Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-08T22:49:15.4978808Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-08T22:49:15.4979267Z ##[endgroup]
2026-07-08T22:49:23.6879561Z    Compiling proc-macro2 v1.0.106
2026-07-08T22:49:23.6879972Z    Compiling quote v1.0.45
2026-07-08T22:49:23.6880357Z    Compiling unicode-ident v1.0.24
2026-07-08T22:49:23.6880665Z    Compiling cfg-if v1.0.4
2026-07-08T22:49:23.6881044Z    Compiling serde_core v1.0.228
2026-07-08T22:49:23.6882031Z    Compiling serde v1.0.228
2026-07-08T22:49:23.6882627Z    Compiling windows-link v0.2.1
2026-07-08T22:49:23.6883075Z    Compiling typenum v1.20.1
2026-07-08T22:49:23.6883365Z    Compiling portable-atomic v1.13.1
2026-07-08T22:49:23.6883735Z    Compiling getrandom v0.3.4
2026-07-08T22:49:23.6884111Z    Compiling pin-project-lite v0.2.17
2026-07-08T22:49:23.6905442Z    Compiling version_check v0.9.5
2026-07-08T22:49:23.6906168Z    Compiling critical-section v1.2.0
2026-07-08T22:49:23.6906494Z    Compiling memchr v2.8.1
2026-07-08T22:49:23.6906727Z    Compiling find-msvc-tools v0.1.9
2026-07-08T22:49:23.6907008Z    Compiling shlex v2.0.1
2026-07-08T22:49:23.9411410Z    Compiling windows-sys v0.61.2
2026-07-08T22:49:24.0068112Z    Compiling subtle v2.6.1
2026-07-08T22:49:24.0326315Z    Compiling smallvec v1.15.1
2026-07-08T22:49:24.0393746Z    Compiling futures-core v0.3.32
2026-07-08T22:49:24.0730228Z    Compiling equivalent v1.0.2
2026-07-08T22:49:24.1222792Z    Compiling bytes v1.11.1
2026-07-08T22:49:24.3841256Z    Compiling generic-array v0.14.7
2026-07-08T22:49:24.4155820Z    Compiling itoa v1.0.18
2026-07-08T22:49:24.4429109Z    Compiling semver v1.0.28
2026-07-08T22:49:24.5071810Z    Compiling stable_deref_trait v1.2.1
2026-07-08T22:49:24.5361378Z    Compiling log v0.4.32
2026-07-08T22:49:24.5512413Z    Compiling slab v0.4.12
2026-07-08T22:49:24.6001961Z    Compiling rand_core v0.10.1
2026-07-08T22:49:24.8900021Z    Compiling futures-sink v0.3.32
2026-07-08T22:49:24.9078246Z    Compiling futures-io v0.3.32
2026-07-08T22:49:24.9830499Z    Compiling hashbrown v0.17.1
2026-07-08T22:49:24.9917517Z    Compiling futures-task v0.3.32
2026-07-08T22:49:25.0184485Z    Compiling rustversion v1.0.22
2026-07-08T22:49:25.0647066Z    Compiling rustc_version v0.4.1
2026-07-08T22:49:25.1370617Z    Compiling getrandom v0.2.17
2026-07-08T22:49:25.2137946Z    Compiling getrandom v0.4.2
2026-07-08T22:49:25.4196987Z    Compiling cpufeatures v0.2.17
2026-07-08T22:49:25.4962926Z    Compiling futures-channel v0.3.32
2026-07-08T22:49:25.5437471Z    Compiling fnv v1.0.7
2026-07-08T22:49:25.5736152Z    Compiling jobserver v0.1.34
2026-07-08T22:49:25.5904961Z    Compiling libc v0.2.186
2026-07-08T22:49:25.6113655Z    Compiling cfg_aliases v0.2.1
2026-07-08T22:49:25.6955170Z    Compiling strsim v0.11.1
2026-07-08T22:49:25.7669232Z    Compiling writeable v0.6.3
2026-07-08T22:49:25.8098903Z    Compiling litemap v0.8.2
2026-07-08T22:49:25.8124597Z    Compiling autocfg v1.5.1
2026-07-08T22:49:25.8336938Z    Compiling utf8_iter v1.0.4
2026-07-08T22:49:25.9372422Z    Compiling cc v1.2.63
2026-07-08T22:49:25.9958457Z    Compiling icu_normalizer_data v2.2.0
2026-07-08T22:49:26.0512845Z    Compiling icu_properties_data v2.2.0
2026-07-08T22:49:26.0831224Z    Compiling dunce v1.0.5
2026-07-08T22:49:26.1767436Z    Compiling indexmap v2.14.0
2026-07-08T22:49:26.2635272Z    Compiling fs_extra v1.3.0
2026-07-08T22:49:26.2638714Z    Compiling ident_case v1.0.1
2026-07-08T22:49:26.2760699Z    Compiling crypto-common v0.1.7
2026-07-08T22:49:26.3809964Z    Compiling percent-encoding v2.3.2
2026-07-08T22:49:26.4695105Z    Compiling syn v2.0.117
2026-07-08T22:49:26.5057901Z    Compiling http v1.4.1
2026-07-08T22:49:26.5379113Z    Compiling aws-lc-rs v1.17.0
2026-07-08T22:49:26.6152883Z    Compiling thiserror v2.0.18
2026-07-08T22:49:26.6442445Z    Compiling unicode-segmentation v1.13.3
2026-07-08T22:49:26.7587944Z    Compiling cpufeatures v0.3.0
2026-07-08T22:49:26.7668096Z    Compiling scopeguard v1.2.0
2026-07-08T22:49:26.7993178Z    Compiling form_urlencoded v1.2.2
2026-07-08T22:49:26.8398158Z    Compiling block-buffer v0.10.4
2026-07-08T22:49:27.0807758Z    Compiling cmake v0.1.58
2026-07-08T22:49:27.2012464Z    Compiling bitflags v2.12.1
2026-07-08T22:49:27.2782263Z    Compiling winapi v0.3.9
2026-07-08T22:49:27.4910642Z    Compiling lock_api v0.4.14
2026-07-08T22:49:27.4911532Z    Compiling chacha20 v0.10.0
2026-07-08T22:49:27.5099670Z    Compiling untrusted v0.9.0
2026-07-08T22:49:27.5299675Z    Compiling digest v0.10.7
2026-07-08T22:49:27.5365530Z    Compiling num-traits v0.2.19
2026-07-08T22:49:27.8394124Z    Compiling windows-result v0.4.1
2026-07-08T22:49:27.9654161Z    Compiling ring v0.17.14
2026-07-08T22:49:28.0277203Z    Compiling windows-strings v0.5.1
2026-07-08T22:49:28.0683911Z    Compiling heck v0.5.0
2026-07-08T22:49:28.0858343Z    Compiling rustls v0.23.40
2026-07-08T22:49:28.1951432Z    Compiling rand v0.10.1
2026-07-08T22:49:28.2197620Z    Compiling convert_case v0.10.0
2026-07-08T22:49:28.2332271Z    Compiling const-oid v0.10.2
2026-07-08T22:49:28.3071901Z    Compiling atomic-waker v1.1.2
2026-07-08T22:49:28.3352356Z    Compiling anyhow v1.0.102
2026-07-08T22:49:28.3865582Z    Compiling aws-lc-sys v0.41.0
2026-07-08T22:49:28.3939859Z    Compiling unicode-xid v0.2.6
2026-07-08T22:49:28.4883106Z    Compiling parking_lot_core v0.9.12
2026-07-08T22:49:28.6924407Z    Compiling zerocopy v0.8.50
2026-07-08T22:49:28.6927049Z    Compiling httparse v1.10.1
2026-07-08T22:49:28.6935823Z    Compiling http-body v1.0.1
2026-07-08T22:49:28.7899030Z    Compiling curve25519-dalek v4.1.3
2026-07-08T22:49:28.7960999Z    Compiling hybrid-array v0.4.12
2026-07-08T22:49:28.8764005Z    Compiling ahash v0.8.12
2026-07-08T22:49:28.9373008Z    Compiling base64ct v1.8.3
2026-07-08T22:49:29.1304307Z    Compiling either v1.16.0
2026-07-08T22:49:29.1684804Z    Compiling fastrand v2.4.1
2026-07-08T22:49:29.3985765Z    Compiling powerfmt v0.2.0
2026-07-08T22:49:29.5838021Z    Compiling pem-rfc7468 v1.0.0
2026-07-08T22:49:29.5968729Z    Compiling uuid v1.23.2
2026-07-08T22:49:29.6063724Z    Compiling rand_core v0.6.4
2026-07-08T22:49:29.7566323Z    Compiling deranged v0.5.8
2026-07-08T22:49:29.8043604Z    Compiling base64 v0.22.1
2026-07-08T22:49:29.8492186Z    Compiling time-core v0.1.8
2026-07-08T22:49:29.9801182Z    Compiling data-encoding v2.11.0
2026-07-08T22:49:30.0071656Z    Compiling num-conv v0.2.2
2026-07-08T22:49:30.0353959Z    Compiling zmij v1.0.21
2026-07-08T22:49:30.1167378Z    Compiling tinyvec_macros v0.1.1
2026-07-08T22:49:30.2007985Z    Compiling try-lock v0.2.5
2026-07-08T22:49:30.2177527Z    Compiling pkg-config v0.3.33
2026-07-08T22:49:30.3762772Z    Compiling vcpkg v0.2.15
2026-07-08T22:49:30.3890643Z    Compiling tower-service v0.3.3
2026-07-08T22:49:30.4969506Z    Compiling parking_lot v0.12.5
2026-07-08T22:49:30.6206483Z    Compiling want v0.3.1
2026-07-08T22:49:30.6459517Z    Compiling tinyvec v1.11.0
2026-07-08T22:49:30.7066921Z    Compiling block-buffer v0.12.0
2026-07-08T22:49:30.7742828Z    Compiling crypto-common v0.2.2
2026-07-08T22:49:30.8584209Z    Compiling synstructure v0.13.2
2026-07-08T22:49:30.9271124Z    Compiling darling_core v0.20.11
2026-07-08T22:49:31.2212472Z    Compiling sha2 v0.10.9
2026-07-08T22:49:31.3455039Z    Compiling vergen-lib v9.1.0
2026-07-08T22:49:31.3456169Z    Compiling inout v0.1.4
2026-07-08T22:49:31.4517978Z    Compiling socket2 v0.6.4
2026-07-08T22:49:31.5798861Z    Compiling mio v1.2.1
2026-07-08T22:49:31.6674761Z    Compiling libsqlite3-sys v0.30.1
2026-07-08T22:49:31.6757793Z    Compiling n0-future v0.3.2
2026-07-08T22:49:31.7145308Z    Compiling diatomic-waker v0.2.3
2026-07-08T22:49:31.7764798Z    Compiling winnow v1.0.3
2026-07-08T22:49:31.8128888Z    Compiling httpdate v1.0.3
2026-07-08T22:49:31.8851733Z    Compiling cordyceps v0.3.4
2026-07-08T22:49:31.8871088Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-08T22:49:32.1212296Z    Compiling crossbeam-utils v0.8.21
2026-07-08T22:49:32.1583893Z    Compiling signature v2.2.0
2026-07-08T22:49:32.1719339Z    Compiling serde_json v1.0.150
2026-07-08T22:49:32.2588475Z    Compiling parking v2.2.1
2026-07-08T22:49:32.2872315Z    Compiling spin v0.10.0
2026-07-08T22:49:32.5023980Z    Compiling ed25519 v2.2.3
2026-07-08T22:49:32.5257652Z    Compiling futures-lite v2.6.1
2026-07-08T22:49:32.8549824Z    Compiling futures-buffered v0.2.13
2026-07-08T22:49:33.0207981Z    Compiling digest v0.11.3
2026-07-08T22:49:33.1413611Z    Compiling serde_derive v1.0.228
2026-07-08T22:49:33.2482407Z    Compiling zeroize_derive v1.4.3
2026-07-08T22:49:33.2775670Z    Compiling zerofrom-derive v0.1.7
2026-07-08T22:49:33.3865633Z    Compiling yoke-derive v0.8.2
2026-07-08T22:49:33.6859635Z    Compiling tokio-macros v2.7.0
2026-07-08T22:49:34.0692784Z    Compiling futures-macro v0.3.32
2026-07-08T22:49:34.1225450Z    Compiling zerovec-derive v0.11.3
2026-07-08T22:49:34.1944362Z    Compiling displaydoc v0.2.6
2026-07-08T22:49:34.2182831Z    Compiling tracing-attributes v0.1.31
2026-07-08T22:49:34.2456010Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-08T22:49:34.4515428Z    Compiling thiserror-impl v2.0.18
2026-07-08T22:49:34.9367877Z    Compiling darling_macro v0.20.11
2026-07-08T22:49:35.0294600Z    Compiling derive_more-impl v2.1.1
2026-07-08T22:49:35.6220569Z    Compiling zeroize v1.8.2
2026-07-08T22:49:35.9101416Z    Compiling windows-implement v0.60.2
2026-07-08T22:49:36.5398335Z    Compiling tokio v1.52.3
2026-07-08T22:49:36.7824614Z    Compiling futures-util v0.3.32
2026-07-08T22:49:36.8091248Z    Compiling spez v0.1.2
2026-07-08T22:49:36.8179064Z    Compiling windows-interface v0.59.3
2026-07-08T22:49:36.8439255Z    Compiling zerofrom v0.1.8
2026-07-08T22:49:36.8535927Z    Compiling rustls-pki-types v1.14.1
2026-07-08T22:49:36.8539622Z    Compiling n0-error-macros v0.1.3
2026-07-08T22:49:37.4080277Z    Compiling yoke v0.8.3
2026-07-08T22:49:37.4968576Z    Compiling darling v0.20.11
2026-07-08T22:49:37.5781537Z    Compiling der v0.8.0-rc.10
2026-07-08T22:49:37.6205358Z    Compiling pin-project-internal v1.1.13
2026-07-08T22:49:37.9110242Z    Compiling derive_builder_core v0.20.2
2026-07-08T22:49:37.9305471Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-08T22:49:37.9481635Z    Compiling cipher v0.4.4
2026-07-08T22:49:38.1141031Z    Compiling zerovec v0.11.6
2026-07-08T22:49:38.1510594Z    Compiling zerotrie v0.2.4
2026-07-08T22:49:38.3120047Z    Compiling n0-error v0.1.3
2026-07-08T22:49:38.4204921Z    Compiling windows-core v0.62.2
2026-07-08T22:49:38.9776675Z    Compiling vergen v9.1.0
2026-07-08T22:49:39.0297738Z    Compiling vergen-lib v0.1.6
2026-07-08T22:49:39.1370120Z    Compiling tinystr v0.8.3
2026-07-08T22:49:39.2011061Z    Compiling potential_utf v0.1.5
2026-07-08T22:49:39.3120177Z    Compiling universal-hash v0.5.1
2026-07-08T22:49:39.3617609Z    Compiling heapless v0.7.17
2026-07-08T22:49:39.3620219Z    Compiling pin-project v1.1.13
2026-07-08T22:49:39.4483698Z    Compiling icu_locale_core v2.2.0
2026-07-08T22:49:39.4508989Z    Compiling icu_collections v2.2.0
2026-07-08T22:49:39.5194661Z    Compiling ipnet v2.12.0
2026-07-08T22:49:39.5302347Z    Compiling derive_builder_macro v0.20.2
2026-07-08T22:49:39.6551353Z    Compiling spki v0.8.0-rc.4
2026-07-08T22:49:39.6890764Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-08T22:49:39.7057496Z    Compiling noq-udp v0.10.0
2026-07-08T22:49:39.8173942Z    Compiling sync_wrapper v1.0.2
2026-07-08T22:49:39.8896938Z    Compiling opaque-debug v0.3.1
2026-07-08T22:49:40.0273512Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-08T22:49:40.0357441Z    Compiling byteorder v1.5.0
2026-07-08T22:49:40.0783292Z    Compiling allocator-api2 v0.2.21
2026-07-08T22:49:40.1519316Z    Compiling derive_builder v0.20.2
2026-07-08T22:49:40.2758823Z    Compiling once_cell v1.21.4
2026-07-08T22:49:40.3883965Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-08T22:49:40.4111368Z    Compiling hash32 v0.2.1
2026-07-08T22:49:40.4111923Z    Compiling prefix-trie v0.8.4
2026-07-08T22:49:40.4148935Z    Compiling polyval v0.6.2
2026-07-08T22:49:40.4502648Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-08T22:49:40.5321616Z    Compiling tracing-core v0.1.36
2026-07-08T22:49:40.8432507Z    Compiling hashbrown v0.14.5
2026-07-08T22:49:40.9142785Z    Compiling ed25519-dalek v2.2.0
2026-07-08T22:49:41.1352376Z    Compiling tracing v0.1.44
2026-07-08T22:49:41.1553079Z    Compiling icu_provider v2.2.0
2026-07-08T22:49:41.2447969Z    Compiling derive_more v2.1.1
2026-07-08T22:49:41.3645443Z    Compiling spin v0.9.8
2026-07-08T22:49:41.5391951Z    Compiling vergen-gitcl v1.0.8
2026-07-08T22:49:41.5569027Z    Compiling windows-threading v0.2.1
2026-07-08T22:49:41.5662827Z    Compiling signature v3.0.0
2026-07-08T22:49:41.6443082Z    Compiling icu_properties v2.2.0
2026-07-08T22:49:41.6856061Z    Compiling icu_normalizer v2.2.0
2026-07-08T22:49:41.7143702Z    Compiling ryu v1.0.23
2026-07-08T22:49:41.7576360Z    Compiling fallible-iterator v0.3.0
2026-07-08T22:49:41.7923597Z    Compiling tower-layer v0.3.3
2026-07-08T22:49:41.9099501Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-08T22:49:41.9235069Z    Compiling ed25519 v3.0.0-rc.4
2026-07-08T22:49:42.0061685Z    Compiling futures-executor v0.3.32
2026-07-08T22:49:42.0395369Z    Compiling hashlink v0.9.1
2026-07-08T22:49:42.1015156Z    Compiling windows-future v0.3.2
2026-07-08T22:49:42.1377573Z    Compiling spt-proto v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-08T22:49:42.1381025Z    Compiling windows-targets v0.52.6
2026-07-08T22:49:42.1752341Z    Compiling proc-macro-crate v3.5.0
2026-07-08T22:49:42.4096152Z    Compiling rusqlite v0.32.1
2026-07-08T22:49:42.4324859Z    Compiling futures v0.3.32
2026-07-08T22:49:42.5037632Z    Compiling ghash v0.5.1
2026-07-08T22:49:42.7685981Z    Compiling windows-collections v0.3.2
2026-07-08T22:49:42.7863759Z    Compiling windows-numerics v0.3.1
2026-07-08T22:49:42.7864326Z    Compiling cobs v0.3.0
2026-07-08T22:49:42.8664601Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-08T22:49:42.9415635Z    Compiling ctr v0.9.2
2026-07-08T22:49:43.0646880Z    Compiling idna_adapter v1.2.2
2026-07-08T22:49:43.0656510Z    Compiling aes v0.8.4
2026-07-08T22:49:43.1903780Z    Compiling sha2 v0.11.0-rc.5
2026-07-08T22:49:43.2165708Z    Compiling idna v1.1.0
2026-07-08T22:49:43.2323776Z    Compiling postcard-derive v0.2.2
2026-07-08T22:49:43.2341521Z    Compiling fs2 v0.4.3
2026-07-08T22:49:43.2537094Z    Compiling time v0.3.47
2026-07-08T22:49:43.3595453Z    Compiling http-body-util v0.1.3
2026-07-08T22:49:43.4095293Z    Compiling aead v0.5.2
2026-07-08T22:49:43.4944984Z    Compiling utf8parse v0.2.2
2026-07-08T22:49:43.5323306Z    Compiling ipconfig v0.3.4
2026-07-08T22:49:43.6652789Z    Compiling url v2.5.8
2026-07-08T22:49:43.7322399Z    Compiling arrayvec v0.7.6
2026-07-08T22:49:43.7640546Z    Compiling widestring v1.2.1
2026-07-08T22:49:43.7934741Z    Compiling aes-gcm v0.10.3
2026-07-08T22:49:43.9176820Z    Compiling spt-store v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-08T22:49:43.9801681Z    Compiling data-encoding-macro v0.1.20
2026-07-08T22:49:44.0804410Z    Compiling tokio-util v0.7.18
2026-07-08T22:49:44.2878879Z    Compiling tower v0.5.3
2026-07-08T22:49:44.2879348Z    Compiling postcard v1.1.3
2026-07-08T22:49:44.4144843Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-08T22:49:44.4400646Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-08T22:49:44.5996663Z    Compiling windows v0.62.2
2026-07-08T22:49:44.6118260Z    Compiling num_enum_derive v0.7.6
2026-07-08T22:49:44.6895387Z    Compiling windows-sys v0.59.0
2026-07-08T22:49:44.7397852Z    Compiling crossbeam-channel v0.5.15
2026-07-08T22:49:44.9488291Z    Compiling crossbeam-epoch v0.9.18
2026-07-08T22:49:45.1465805Z    Compiling chrono v0.4.45
2026-07-08T22:49:45.2351233Z    Compiling enum-assoc v1.3.0
2026-07-08T22:49:45.2578841Z    Compiling async-trait v0.1.89
2026-07-08T22:49:45.4676179Z    Compiling h2 v0.4.14
2026-07-08T22:49:45.6181479Z    Compiling iroh-metrics-derive v0.4.1
2026-07-08T22:49:45.9187419Z    Compiling strum_macros v0.28.0
2026-07-08T22:49:45.9978713Z    Compiling windows-registry v0.6.1
2026-07-08T22:49:46.2855172Z    Compiling blake3 v1.8.5
2026-07-08T22:49:46.3686824Z    Compiling memoffset v0.6.5
2026-07-08T22:49:46.4197349Z    Compiling acto v0.8.2
2026-07-08T22:49:46.4313080Z    Compiling noq v0.18.0
2026-07-08T22:49:46.6037981Z    Compiling netwatch v0.16.0
2026-07-08T22:49:46.6829414Z    Compiling lru-slab v0.1.2
2026-07-08T22:49:46.7003272Z    Compiling ref-cast v1.0.25
2026-07-08T22:49:46.8515400Z    Compiling thiserror v1.0.69
2026-07-08T22:49:46.8572049Z    Compiling foldhash v0.2.0
2026-07-08T22:49:46.8892454Z    Compiling sorted-index-buffer v0.2.1
2026-07-08T22:49:46.8996048Z    Compiling rustc-hash v2.1.2
2026-07-08T22:49:46.9208886Z    Compiling xml-rs v0.8.28
2026-07-08T22:49:47.0644079Z    Compiling tagptr v0.2.0
2026-07-08T22:49:47.0920760Z    Compiling mac-addr v0.3.0
2026-07-08T22:49:47.1462131Z    Compiling identity-hash v0.1.0
2026-07-08T22:49:47.2584283Z    Compiling hashbrown v0.16.1
2026-07-08T22:49:47.3398855Z    Compiling moka v0.12.15
2026-07-08T22:49:47.3442841Z    Compiling spt-msg v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-08T22:49:47.4533164Z    Compiling netdev v0.42.0
2026-07-08T22:49:48.2859734Z    Compiling xmltree v0.10.3
2026-07-08T22:49:48.5930061Z    Compiling strum v0.28.0
2026-07-08T22:49:48.7371612Z    Compiling iroh-relay v0.98.0
2026-07-08T22:49:49.1097682Z    Compiling hyper v1.10.1
2026-07-08T22:49:49.5794739Z    Compiling iroh-metrics v0.38.3
2026-07-08T22:49:49.6697414Z    Compiling num_enum v0.7.6
2026-07-08T22:49:49.6827242Z    Compiling n0-watcher v0.6.1
2026-07-08T22:49:49.6849237Z    Compiling tokio-stream v0.1.18
2026-07-08T22:49:49.7054308Z    Compiling tower-http v0.6.11
2026-07-08T22:49:49.7898121Z    Compiling iroh-base v0.98.0
2026-07-08T22:49:49.8519180Z    Compiling attohttpc v0.30.1
2026-07-08T22:49:49.8907601Z    Compiling toml_datetime v0.6.11
2026-07-08T22:49:50.1101104Z    Compiling serde_spanned v0.6.9
2026-07-08T22:49:50.1182989Z    Compiling ref-cast-impl v1.0.25
2026-07-08T22:49:50.3009723Z    Compiling thiserror-impl v1.0.69
2026-07-08T22:49:50.3511095Z    Compiling serde_derive_internals v0.29.1
2026-07-08T22:49:50.3596834Z    Compiling simple-dns v0.9.3
2026-07-08T22:49:50.5414051Z    Compiling serial-core v0.4.0
2026-07-08T22:49:50.6807079Z    Compiling aho-corasick v1.1.4
2026-07-08T22:49:50.7326391Z    Compiling smol_str v0.1.24
2026-07-08T22:49:50.7731059Z    Compiling constant_time_eq v0.4.2
2026-07-08T22:49:50.7822971Z    Compiling winnow v0.7.15
2026-07-08T22:49:50.8178699Z    Compiling simdutf8 v0.1.5
2026-07-08T22:49:50.9971441Z    Compiling arrayref v0.3.9
2026-07-08T22:49:51.0486933Z    Compiling sha1_smol v1.0.1
2026-07-08T22:49:51.1112838Z    Compiling regex-syntax v0.8.10
2026-07-08T22:49:51.1256252Z    Compiling resolv-conf v0.7.6
2026-07-08T22:49:51.1389629Z    Compiling winreg v0.10.1
2026-07-08T22:49:51.2212693Z    Compiling toml_write v0.1.2
2026-07-08T22:49:51.5768529Z    Compiling serial-windows v0.4.0
2026-07-08T22:49:51.8314681Z    Compiling schemars_derive v1.2.1
2026-07-08T22:49:51.8743424Z    Compiling lru v0.16.4
2026-07-08T22:49:52.0570151Z    Compiling hyper-util v0.1.20
2026-07-08T22:49:52.1651058Z    Compiling webpki-roots v1.0.7
2026-07-08T22:49:52.2121660Z    Compiling seize v0.5.1
2026-07-08T22:49:52.2729937Z    Compiling darling_core v0.23.0
2026-07-08T22:49:52.3032020Z    Compiling hmac v0.12.1
2026-07-08T22:49:52.3471935Z    Compiling iroh-dns v0.98.0
2026-07-08T22:49:52.3751631Z    Compiling serde_bytes v0.11.19
2026-07-08T22:49:52.5046288Z    Compiling iroh v0.98.2
2026-07-08T22:49:52.7065025Z    Compiling cmov v0.5.4
2026-07-08T22:49:52.8835590Z    Compiling dyn-clone v1.0.20
2026-07-08T22:49:52.9542711Z    Compiling toml_edit v0.22.27
2026-07-08T22:49:53.0233744Z    Compiling once_cell_polyfill v1.70.2
2026-07-08T22:49:53.0843670Z    Compiling pin-utils v0.1.0
2026-07-08T22:49:53.1195730Z    Compiling bitflags v1.3.2
2026-07-08T22:49:53.1521640Z    Compiling lazy_static v1.5.0
2026-07-08T22:49:53.2850572Z    Compiling anstyle v1.0.14
2026-07-08T22:49:53.3076541Z    Compiling shared_library v0.1.9
2026-07-08T22:49:53.3139157Z    Compiling nix v0.25.1
2026-07-08T22:49:53.3464727Z    Compiling ctutils v0.4.2
2026-07-08T22:49:53.3698248Z    Compiling hkdf v0.12.4
2026-07-08T22:49:53.5037225Z    Compiling papaya v0.2.4
2026-07-08T22:49:53.5219335Z    Compiling filedescriptor v0.8.3
2026-07-08T22:49:53.6818892Z    Compiling anstyle-wincon v3.0.11
2026-07-08T22:49:53.7413689Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-08T22:49:53.7469846Z    Compiling serial v0.4.0
2026-07-08T22:49:53.9325001Z    Compiling regex-automata v0.4.14
2026-07-08T22:49:54.0132742Z    Compiling backon v1.6.0
2026-07-08T22:49:54.1495077Z    Compiling wmi v0.18.4
2026-07-08T22:49:54.2731583Z    Compiling igd-next v0.17.1
2026-07-08T22:49:54.3032383Z    Compiling anstyle-parse v1.0.0
2026-07-08T22:49:54.4446106Z    Compiling schemars v1.2.1
2026-07-08T22:49:54.5557906Z    Compiling anstyle-query v1.1.5
2026-07-08T22:49:54.6321175Z    Compiling vte_generate_state_changes v0.1.2
2026-07-08T22:49:54.6740468Z    Compiling paste v1.0.15
2026-07-08T22:49:54.6788761Z    Compiling shell-words v1.1.1
2026-07-08T22:49:54.8260997Z    Compiling downcast-rs v1.2.1
2026-07-08T22:49:55.0330799Z    Compiling foldhash v0.1.5
2026-07-08T22:49:55.1342641Z    Compiling colorchoice v1.0.5
2026-07-08T22:49:55.1504099Z    Compiling instability v0.3.12
2026-07-08T22:49:55.1826171Z    Compiling is_terminal_polyfill v1.70.2
2026-07-08T22:49:55.4037518Z    Compiling anstream v1.0.0
2026-07-08T22:49:55.4120498Z    Compiling hashbrown v0.15.5
2026-07-08T22:49:55.5883075Z    Compiling toml v0.8.23
2026-07-08T22:49:55.7348958Z    Compiling vte v0.13.1
2026-07-08T22:49:56.1590113Z    Compiling portable-pty v0.8.1
2026-07-08T22:49:56.2400445Z    Compiling spake2 v0.4.0
2026-07-08T22:49:56.3149652Z    Compiling strum_macros v0.26.4
2026-07-08T22:49:56.6044644Z    Compiling darling_macro v0.23.0
2026-07-08T22:49:56.6238560Z    Compiling portmapper v0.16.0
2026-07-08T22:49:56.6976618Z    Compiling regex v1.12.3
2026-07-08T22:49:56.7409273Z    Compiling crossterm_winapi v0.9.1
2026-07-08T22:49:57.0760734Z    Compiling terminal_size v0.4.4
2026-07-08T22:49:57.1696158Z    Compiling darling v0.23.0
2026-07-08T22:49:57.2237348Z    Compiling spt-runtime v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-08T22:49:57.3632469Z    Compiling itertools v0.13.0
2026-07-08T22:49:57.4581255Z    Compiling sha1 v0.10.6
2026-07-08T22:49:57.4696461Z    Compiling castaway v0.2.4
2026-07-08T22:49:57.4847382Z    Compiling recvmsg v1.0.0
2026-07-08T22:49:57.4862576Z    Compiling indoc v2.0.7
2026-07-08T22:49:57.5154212Z    Compiling unicode-width v0.1.14
2026-07-08T22:49:57.8019836Z    Compiling doctest-file v1.1.1
2026-07-08T22:49:57.8272138Z    Compiling static_assertions v1.1.0
2026-07-08T22:49:57.9010644Z    Compiling clap_lex v1.1.0
2026-07-08T22:49:58.0875391Z    Compiling clap_builder v4.6.0
2026-07-08T22:49:58.1688759Z    Compiling compact_str v0.8.2
2026-07-08T22:49:58.2890672Z    Compiling crossterm v0.28.1
2026-07-08T22:49:58.3096000Z    Compiling spt-term v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-08T22:49:58.5014002Z    Compiling interprocess v2.4.2
2026-07-08T22:49:58.6938013Z    Compiling lru v0.12.5
2026-07-08T22:49:59.0171926Z    Compiling strum v0.26.3
2026-07-08T22:49:59.0281810Z    Compiling clap_derive v4.6.1
2026-07-08T22:49:59.2855632Z    Compiling error-code v3.3.2
2026-07-08T22:49:59.3020294Z    Compiling cassowary v0.3.0
2026-07-08T22:49:59.3166905Z    Compiling unicode-width v0.2.0
2026-07-08T22:49:59.5811099Z    Compiling unicode-truncate v1.1.0
2026-07-08T22:49:59.7488281Z    Compiling clipboard-win v5.4.1
2026-07-08T22:49:59.8585226Z    Compiling nucleo-matcher v0.3.1
2026-07-08T22:49:59.8586905Z    Compiling qrcode v0.14.1
2026-07-08T22:50:00.0016484Z    Compiling ratatui v0.29.0
2026-07-08T22:50:00.1387027Z    Compiling tempfile v3.27.0
2026-07-08T22:50:00.2156478Z    Compiling spt-live v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-08T22:50:01.3255495Z    Compiling clap v4.6.1
2026-07-08T22:50:14.6864618Z    Compiling rustls-webpki v0.103.13
2026-07-08T22:50:18.1307075Z    Compiling tokio-rustls v0.26.4
2026-07-08T22:50:18.1307416Z    Compiling rustls-platform-verifier v0.7.0
2026-07-08T22:50:18.1307770Z    Compiling noq-proto v0.17.0
2026-07-08T22:50:18.3472126Z    Compiling hickory-net v0.26.0-beta.4
2026-07-08T22:50:18.3472552Z    Compiling hyper-rustls v0.27.9
2026-07-08T22:50:18.3472954Z    Compiling tokio-websockets v0.13.2
2026-07-08T22:50:18.5929252Z    Compiling reqwest v0.13.4
2026-07-08T22:50:20.0913391Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-08T22:50:40.4635952Z    Compiling spt-net v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-08T22:50:42.2988571Z    Compiling spt-daemon v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-08T22:50:53.0228737Z    Compiling spt v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-08T22:51:02.5089309Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 46s
2026-07-08T22:51:02.5336738Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-29006a9038ba056e.exe)
2026-07-08T22:51:02.6251979Z 
2026-07-08T22:51:02.6252472Z running 1 test
2026-07-08T22:51:11.8897728Z test new_brain_serves_against_old_broker ... ok
2026-07-08T22:51:11.8897975Z 
2026-07-08T22:51:11.8898152Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.26s
2026-07-08T22:51:11.8898428Z 
2026-07-08T22:51:12.0342774Z Post job cleanup.
2026-07-08T22:51:12.1614213Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-08T22:51:12.2817215Z git version 2.43.0.windows.1
2026-07-08T22:51:12.2867906Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\0905d063-1eab-46c3-8671-1859e3a0066d\.gitconfig'
2026-07-08T22:51:12.2889457Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\0905d063-1eab-46c3-8671-1859e3a0066d' before making global git config changes
2026-07-08T22:51:12.2890433Z Adding repository directory to the temporary git global config as a safe directory
2026-07-08T22:51:12.2895511Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-08T22:51:12.3183175Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-08T22:51:12.3451538Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-08T22:51:13.2243295Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-08T22:51:13.2520676Z http.https://github.com/.extraheader
2026-07-08T22:51:13.2556548Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-07-08T22:51:13.4042875Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-08T22:51:15.1255034Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-08T22:51:15.2698062Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-08T22:51:16.4145552Z Cleaning up orphan processes
